home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 May / Macworld (1998-05).dmg / Updaters / RealPC 1.0.2 Update / RealPC Upgrade Disk / UNIXONLY / USECD.BAT < prev    next >
Encoding:
DOS Batch File  |  1998-02-17  |  227 b   |  9 lines

  1. @echo off
  2. rem  SccsID @(#)u.usecd.unx    1.1 11/09/92
  3. rem  This file runs MSCDEX to enable the CDROM drive to be used
  4. rem  as drive F: .
  5. rem  CONFIG.SYS must already have cdrom.sys in it.
  6.  
  7. MSCDEX /D:CDROM$$$ /L:F
  8. echo on
  9.